Hi Bill
That did not work but I did notice that when I restart Apache the first
request to the server will successfully create a session. This occurs only
for the first client to make a request to the server. Every other request
fails in creating a session.
Any other ideas?
Thanks
Shane Anderson
On 3/9/07, William A. Rowe, Jr. <wr...@ro...> wrote:
>
> Everything -except- session persistence works?
>
> You might want to pay special attention to UseCanonicalName and
> ServerName directives in Apache - every time your app performs
> an external redirect, it's going to pass either the users' provided
> host name or the ServerName you configured, which can break expectations
> because no cookies are going to survive a servername context switch.
>
> Bill
>
> Shane Anderson wrote:
> > Hi
> >
> > Hopefully someone is around to answer my question. I am trying to figure
> > out how sessions are handled. I am porting a few asp projects over to
> > apache on Windows 2003. Everything worked great at "localhost" but once
> > I pointed the DNS at the machine and used the domain, sessions stopped
> > working.
> >
> > I can not figure out if it is an apache conf issue or an asp issue. Why
> > would sessions work on localhost but not with the domain name? The error
> > log records a request to a file called WebResource.axd, which does not
> > exist.
> >
> > What do I do?
> >
> > Thanks
> > Shane Anderson
> >
> >
> > ------------------------------------------------------------------------
> >
> >
> -------------------------------------------------------------------------
> > Take Surveys. Earn Cash. Influence the Future of IT
> > Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> > opinions on IT & business topics through brief surveys-and earn cash
> >
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> >
> >
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > Mod-aspdotnet-users mailing list
> > Mod...@li...
> > https://lists.sourceforge.net/lists/listinfo/mod-aspdotnet-users
>
|