[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.mobile

Problem with i-Mode (503i) and ASP.NET mobile controls

(Mike)

3/21/2002 6:00:00 AM

Hello.

I've written a simple mobile form. In a code declaration block, I've
created an array which stores strings that are the result of a
concatenation between a listbox and a testbox. I use a session
variable to temporarily store this string. And I always get the
following result.

"The page requires session state that is no longer available.
Either the session has expired, the client did not
send a valid session cookie, or the session state
history size is too small. Try increasing the history size
or the session expiry limit"

There are no problems at all when I view the same page in IE6.
Anyone have any idea what's happening here?

Thanks so much in advance.

Mike
1 Answer

(Andres Sanabria)

3/22/2002 1:47:00 AM

0