Ask a Question related to ASP.NET General, Design and Development.
-
Edward Yang #1
BUG: ASP.NET Returns a New Session ID For Each Request
This does not happen frequently, but does happen in rare unkown cases.
For example, at the time I'm writing this post, I'm having this problem
again.
The test page I'm browsing simply displays the SessionID. Each time I
refresh the page, the SessionID gets a new value!!!
The result is that Session state is totally lost when in InProc mode! In
StateServer mode, it simply says that the data cannot be serialized.
Hope Microsoft will hear my voice.
Thanks.
Edward Yang Guest
-
.NET Consumer sending SOAP request to a Web Serivce on Axis/Apache returns only the first tag
If I hit the web service hosted on Axis/Apache server from .NET by the usual route; get WSDL, create proxy, call from a ASP.NET. A method of the... -
Request.UserLanguages returns an empty collection
I have problem launching a folder that contains an ASPX page with Outlook 2002 and 2003 beta version, as the IE6 Request.UserLanguages returns an... -
[PHP] New Session Ids generated with each page request
My problem is that I get a new Session Id with every request I send to the server. For that reason I am unable to share variables between pages using... -
Is it possible to get 2 simultaneous request for one session in .NET?
Is it possible to get 2 simultaneous request for one session in .NET? Or Session object is automatically holds second request until first one is... -
Simultanious request for the same session?
Is it possible to get 2 simultaneous request for one session in .NET? Or Session object is automatically holds second request until first one is... -
Tomasz Kaszuba #2
Re: ASP.NET Returns a New Session ID For Each Request
What browser are you using. I had a similar problem with IIS making a new
session when I hit refresh but this only happened in Opera.
It might be a problem with your browser.
"Edward Yang" <neo_in_matrix@msn.com> wrote in message
news:eBwS4ihQDHA.2036@TK2MSFTNGP10.phx.gbl...> This does not happen frequently, but does happen in rare unkown cases.
>
> For example, at the time I'm writing this post, I'm having this problem
> again.
>
> The test page I'm browsing simply displays the SessionID. Each time I
> refresh the page, the SessionID gets a new value!!!
>
> The result is that Session state is totally lost when in InProc mode! In
> StateServer mode, it simply says that the data cannot be serialized.
>
> Hope Microsoft will hear my voice.
>
> Thanks.
>
>
Tomasz Kaszuba Guest
-
David Waz... #3
Re: ASP.NET Returns a New Session ID For Each Request
Check that you have COOKIEs enabled...
"Edward Yang" <neo_in_matrix@msn.com> wrote in message
news:eBwS4ihQDHA.2036@TK2MSFTNGP10.phx.gbl...> This does not happen frequently, but does happen in rare unkown cases.
>
> For example, at the time I'm writing this post, I'm having this problem
> again.
>
> The test page I'm browsing simply displays the SessionID. Each time I
> refresh the page, the SessionID gets a new value!!!
>
> The result is that Session state is totally lost when in InProc mode! In
> StateServer mode, it simply says that the data cannot be serialized.
>
> Hope Microsoft will hear my voice.
>
> Thanks.
>
>
>
David Waz... Guest
-
Chris Cummings #4
BUG: ASP.NET Returns a New Session ID For Each Request
I'm having the same problem. If I run the the app in
Visual Studio it works fine. However, if I run it outside
VS using the URL, the session ID changes on every
postback, and the session state is lost.
If I change the web.config to cookieless=true then I don't
see the problem. How can I check to see if cookies are
disabled? Or is there some IIS setting that causes this?
My OS is Win 2K Server SP4, IE 6 SP1, VS .Net 1.1unkown cases.>-----Original Message-----
>This does not happen frequently, but does happen in rarehaving this problem>
>For example, at the time I'm writing this post, I'mEach time I>again.
>
>The test page I'm browsing simply displays the SessionID.InProc mode! In>refresh the page, the SessionID gets a new value!!!
>
>The result is that Session state is totally lost when inserialized.>StateServer mode, it simply says that the data cannot be>
>Hope Microsoft will hear my voice.
>
>Thanks.
>
>
>.
>Chris Cummings Guest
-
Chris Cummings #5
BUG: ASP.NET Returns a New Session ID For Each Request
Holy shit! Microsoft broke IIS with patch: MS01-055.
If your computer name has an underscore in it, then the
session cookies are blocked! See
[url]http://support.microsoft.com/default.aspx?scid=kb;EN-[/url]
US;316112
unkown cases.>-----Original Message-----
>This does not happen frequently, but does happen in rarehaving this problem>
>For example, at the time I'm writing this post, I'mEach time I>again.
>
>The test page I'm browsing simply displays the SessionID.InProc mode! In>refresh the page, the SessionID gets a new value!!!
>
>The result is that Session state is totally lost when inserialized.>StateServer mode, it simply says that the data cannot be>
>Hope Microsoft will hear my voice.
>
>Thanks.
>
>
>.
>Chris Cummings Guest



Reply With Quote

