Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asptoday_discuss thread: new Session ID on every refresh (lost session)


Message #1 by mzanolin@y... on Thu, 3 Oct 2002 18:48:20
I have a problem with IE 5.5 version 5.00.3502.1000.-
Every time i refresh the page in my asp application, the IIS (version 
5.0.2195.2966) sent a new session Id.-
I have session enable on iis side.
I accept cookies.
Always i use the same instance of the browser.
It works with Netscape 4.7.
One detail, if i use the url like this:
http://<servername>/index.asp it fails.
and if i use:
http://<IP address>/index.asp it works as expected.
It works too with IE 5.5 version 5.00.2314.1003.-
I post this message too in a Microsoft newsgroup.
Thanks in advance.

Marcelo Zanolin
Message #2 by "Steven Van de Weyer" <vandeweyer.s@p...> on Mon, 7 Oct 2002 14:55:16
Hi Marcelo,


Have you found a solution already for your problem? I am struggling with 
the same problem...

TIA,

SVDW.
mailto: vandeweyer.s@p...


> I have a problem with IE 5.5 version 5.00.3502.1000.-
E> very time i refresh the page in my asp application, the IIS (version 
5> .0.2195.2966) sent a new session Id.-
I>  have session enable on iis side.
I>  accept cookies.
A> lways i use the same instance of the browser.
I> t works with Netscape 4.7.
O> ne detail, if i use the url like this:
h> ttp://<servername>/index.asp it fails.
a> nd if i use:
h> ttp://<IP address>/index.asp it works as expected.
I> t works too with IE 5.5 version 5.00.2314.1003.-
I>  post this message too in a Microsoft newsgroup.
T> hanks in advance.

> Marcelo Zanolin
Message #3 by mzanolin@y... on Mon, 7 Oct 2002 17:22:42
Hi Steven:
   Fortunately yes.
   The problem is with the server name and the special
characters. In my case i have the server name with an
underscore.
   The IE 5.5 (and i try with a IE 6 and too) refuse
to
generate cookies or something like this.
   I hope that this can be the solution for you too.
   Best regards.

Marcelo Zanolin

> Hi Marcelo,

> 
H> ave you found a solution already for your problem? I am struggling with 
t> he same problem...

> TIA,

> SVDW.
m> ailto: vandeweyer.s@p...

> 
>>  I have a problem with IE 5.5 version 5.00.3502.1000.-
E> > very time i refresh the page in my asp application, the IIS (version 
5> > .0.2195.2966) sent a new session Id.-
I> >  have session enable on iis side.
I> >  accept cookies.
A> > lways i use the same instance of the browser.
I> > t works with Netscape 4.7.
O> > ne detail, if i use the url like this:
h> > ttp://<servername>/index.asp it fails.
a> > nd if i use:
h> > ttp://<IP address>/index.asp it works as expected.
I> > t works too with IE 5.5 version 5.00.2314.1003.-
I> >  post this message too in a Microsoft newsgroup.
T> > hanks in advance.

> > Marcelo Zanolin

  Return to Index