Re: mod_aspdotnet and asp sessions
Brought to you by:
wrowe
From: William A. R. Jr. <wr...@ro...> - 2007-03-09 07:30:42
|
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 |