Home All Groups Group Topic Archive Search About

New session for every page???

Author
11 Oct 2006 5:34 PM
ssattert
Hey All!

I recently bought a new web server and am in the process of migrating
all of our websites over.  We're going from Windows 2000 IIS 5.0 to
Windows 2003 IIS 6.0.  I've been able to get everything to work
correctly except for the SessionID's.  For some reason I'm getting a
new SessionID on EVERY single page that I visit!  Which makes it quite
difficult to login and add items to your cart...hehe.

Everything is running ASP, there is no ASP.NET pages, I don't even have
the 1.0 or the 2.0 Framework installed on the server yet.  I verified
that the Globals.asa is on the server on and config'ed correctly.

Any ideas?  I'm pulling my hair out on this one.

Thanks for all the help!

Author
12 Oct 2006 8:10 AM
Anthony Jones
<ssatt***@homier.com> wrote in message
Show quoteHide quote
news:1160588080.978999.316280@i42g2000cwa.googlegroups.com...
> Hey All!
>
> I recently bought a new web server and am in the process of migrating
> all of our websites over.  We're going from Windows 2000 IIS 5.0 to
> Windows 2003 IIS 6.0.  I've been able to get everything to work
> correctly except for the SessionID's.  For some reason I'm getting a
> new SessionID on EVERY single page that I visit!  Which makes it quite
> difficult to login and add items to your cart...hehe.
>
> Everything is running ASP, there is no ASP.NET pages, I don't even have
> the 1.0 or the 2.0 Framework installed on the server yet.  I verified
> that the Globals.asa is on the server on and config'ed correctly.
>
> Any ideas?  I'm pulling my hair out on this one.
>
> Thanks for all the help!
>

Goto the application configuration dialog (Open properties on application in
IIS manager, select home directory tab, click Configuration...) on the
mappings tab ensure Cache ISAPI Extensions is checked.
Are all your drivers up to date? click for free checkup

Author
12 Oct 2006 11:45 AM
ssattert
Thanks for the response Anthony!

I verifed that the ISAP extensions were enable, I verified that the
Enable Session State was enabled.  I even went to the extent to make
sure that the McAfee On Acess scan was disabled just thinking that it
may be folling with the Globals.asa file.

I alomst positive that this can not be code related since these
sessions are working flawlessly on our current web server.

The only other thing that I can think to tell you is that we're not
using cookies for sessions, we're using database driven sessions.

I hope this helps, and appreciate all the help!


Anthony Jones wrote:
Show quoteHide quote
> <ssatt***@homier.com> wrote in message
> news:1160588080.978999.316280@i42g2000cwa.googlegroups.com...
> > Hey All!
> >
> > I recently bought a new web server and am in the process of migrating
> > all of our websites over.  We're going from Windows 2000 IIS 5.0 to
> > Windows 2003 IIS 6.0.  I've been able to get everything to work
> > correctly except for the SessionID's.  For some reason I'm getting a
> > new SessionID on EVERY single page that I visit!  Which makes it quite
> > difficult to login and add items to your cart...hehe.
> >
> > Everything is running ASP, there is no ASP.NET pages, I don't even have
> > the 1.0 or the 2.0 Framework installed on the server yet.  I verified
> > that the Globals.asa is on the server on and config'ed correctly.
> >
> > Any ideas?  I'm pulling my hair out on this one.
> >
> > Thanks for all the help!
> >
>
> Goto the application configuration dialog (Open properties on application in
> IIS manager, select home directory tab, click Configuration...) on the
> mappings tab ensure Cache ISAPI Extensions is checked.
Author
12 Oct 2006 1:24 PM
Anthony Jones
<ssatt***@homier.com> wrote in message
Show quoteHide quote
news:1160653506.399410.13790@e3g2000cwe.googlegroups.com...
> Thanks for the response Anthony!
>
> I verifed that the ISAP extensions were enable, I verified that the
> Enable Session State was enabled.  I even went to the extent to make
> sure that the McAfee On Acess scan was disabled just thinking that it
> may be folling with the Globals.asa file.
>
> I alomst positive that this can not be code related since these
> sessions are working flawlessly on our current web server.
>
> The only other thing that I can think to tell you is that we're not
> using cookies for sessions, we're using database driven sessions.
>
> I hope this helps, and appreciate all the help!
>

Sounds like the client isn't accepting the session cookie.  This could be
due to the new server being treated as part of a different zone or privacy
data coming from the new server differing from that of the original causing
the client to decline cookies from it.

Note that session doesn't use cookies to store it's data anyway.  However
the Identity of the session is a cookie.


Show quoteHide quote
>
> Anthony Jones wrote:
> > <ssatt***@homier.com> wrote in message
> > news:1160588080.978999.316280@i42g2000cwa.googlegroups.com...
> > > Hey All!
> > >
> > > I recently bought a new web server and am in the process of migrating
> > > all of our websites over.  We're going from Windows 2000 IIS 5.0 to
> > > Windows 2003 IIS 6.0.  I've been able to get everything to work
> > > correctly except for the SessionID's.  For some reason I'm getting a
> > > new SessionID on EVERY single page that I visit!  Which makes it quite
> > > difficult to login and add items to your cart...hehe.
> > >
> > > Everything is running ASP, there is no ASP.NET pages, I don't even
have
> > > the 1.0 or the 2.0 Framework installed on the server yet.  I verified
> > > that the Globals.asa is on the server on and config'ed correctly.
> > >
> > > Any ideas?  I'm pulling my hair out on this one.
> > >
> > > Thanks for all the help!
> > >
> >
> > Goto the application configuration dialog (Open properties on
application in
> > IIS manager, select home directory tab, click Configuration...) on the
> > mappings tab ensure Cache ISAPI Extensions is checked.
>
Author
12 Oct 2006 1:43 PM
ssattert
How would I go about looking at the zoning or privacy data coming off
the server?  I'm still somewhat of a newb when it comes to the whole
IIS thing...hehe

Do you have any suggestions on what steps I should take next?

Thanks  a million for all your help!


Anthony Jones wrote:
Show quoteHide quote
> <ssatt***@homier.com> wrote in message
> news:1160653506.399410.13790@e3g2000cwe.googlegroups.com...
> > Thanks for the response Anthony!
> >
> > I verifed that the ISAP extensions were enable, I verified that the
> > Enable Session State was enabled.  I even went to the extent to make
> > sure that the McAfee On Acess scan was disabled just thinking that it
> > may be folling with the Globals.asa file.
> >
> > I alomst positive that this can not be code related since these
> > sessions are working flawlessly on our current web server.
> >
> > The only other thing that I can think to tell you is that we're not
> > using cookies for sessions, we're using database driven sessions.
> >
> > I hope this helps, and appreciate all the help!
> >
>
> Sounds like the client isn't accepting the session cookie.  This could be
> due to the new server being treated as part of a different zone or privacy
> data coming from the new server differing from that of the original causing
> the client to decline cookies from it.
>
> Note that session doesn't use cookies to store it's data anyway.  However
> the Identity of the session is a cookie.
>
>
> >
> > Anthony Jones wrote:
> > > <ssatt***@homier.com> wrote in message
> > > news:1160588080.978999.316280@i42g2000cwa.googlegroups.com...
> > > > Hey All!
> > > >
> > > > I recently bought a new web server and am in the process of migrating
> > > > all of our websites over.  We're going from Windows 2000 IIS 5.0 to
> > > > Windows 2003 IIS 6.0.  I've been able to get everything to work
> > > > correctly except for the SessionID's.  For some reason I'm getting a
> > > > new SessionID on EVERY single page that I visit!  Which makes it quite
> > > > difficult to login and add items to your cart...hehe.
> > > >
> > > > Everything is running ASP, there is no ASP.NET pages, I don't even
> have
> > > > the 1.0 or the 2.0 Framework installed on the server yet.  I verified
> > > > that the Globals.asa is on the server on and config'ed correctly.
> > > >
> > > > Any ideas?  I'm pulling my hair out on this one.
> > > >
> > > > Thanks for all the help!
> > > >
> > >
> > > Goto the application configuration dialog (Open properties on
> application in
> > > IIS manager, select home directory tab, click Configuration...) on the
> > > mappings tab ensure Cache ISAPI Extensions is checked.
> >
Author
12 Oct 2006 2:38 PM
Justin Piper
On Wed, 11 Oct 2006 12:34:41 -0500, <ssatt***@homier.com> wrote:

> For some reason I'm getting a new SessionID on EVERY single page that
> I visit!

Have you checked the recycling settings for the application pool? I have
seen the behavior you report when it is configured to recycle after each
request.

--
Justin Piper
Bizco Technologies
http://www.bizco.com/
Author
12 Oct 2006 3:27 PM
ssattert
I just did...the only one that is checked is the "Recycle worker
processes" I un-checked it and still the same thing...

This issue is going make me bald...hehe

Justin Piper wrote:
Show quoteHide quote
> On Wed, 11 Oct 2006 12:34:41 -0500, <ssatt***@homier.com> wrote:
>
> > For some reason I'm getting a new SessionID on EVERY single page that
> > I visit!
>
> Have you checked the recycling settings for the application pool? I have
> seen the behavior you report when it is configured to recycle after each
> request.
>
> --
> Justin Piper
> Bizco Technologies
> http://www.bizco.com/

Bookmark and Share