Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP General (http://www.velocityreviews.com/forums/f65-asp-general.html)
-   -   ie6 won't keep session for local intranet site (http://www.velocityreviews.com/forums/t788862-ie6-wont-keep-session-for-local-intranet-site.html)

Rob Locher 07-25-2003 04:43 AM

ie6 won't keep session for local intranet site
 
I have a server running NT 4 Server that is on my local domain that
hosts an ASP application. I have a problem: when I try to test the
ASP application from a computer on the same domain running IE6 on
Windows 2000, the browser will not store the session key. Computers
running other versions of Internet Explorer store the session key.
When I host the application on a Windows 2000 server also on the local
domain, the same test computer with Windows 2000 and Internet Explorer
version 6 stores the session key just fine.

I have tested the problem thoroughly. I have also done a thorough
Knowledge Base and newsgroup search, with no luck. I can think of no
way around the problem besides rewriting all 200 ASP pages to use some
other persistence mechanism besides the Session object.

Yes, I have verified that the site really is on the Local Intranet. I
also have followed the directions in Knowledge Base article 302831 to
verify that there are no per-site privacy settings for local intranet
sites. I have tried moving that site to the Trusted Sites zone from
the Local Intranet zone. Nothing has worked.

I could really use some help!

Ray at 07-25-2003 04:50 AM

Re: ie6 won't keep session for local intranet site
 
Are other cookies stored okay? Perhaps there's an IE issue. Run the IE
repair tool or reinstall IE.

Ray at home

--
Will trade ASP help for SQL Server help


"Rob Locher" <rob@roblocher.com> wrote in message
news:d83bcc32.0307240935.5a3594b4@posting.google.c om...
> I have a server running NT 4 Server that is on my local domain that
> hosts an ASP application. I have a problem: when I try to test the
> ASP application from a computer on the same domain running IE6 on
> Windows 2000, the browser will not store the session key. Computers
> running other versions of Internet Explorer store the session key.
> When I host the application on a Windows 2000 server also on the local
> domain, the same test computer with Windows 2000 and Internet Explorer
> version 6 stores the session key just fine.
>
> I have tested the problem thoroughly. I have also done a thorough
> Knowledge Base and newsgroup search, with no luck. I can think of no
> way around the problem besides rewriting all 200 ASP pages to use some
> other persistence mechanism besides the Session object.
>
> Yes, I have verified that the site really is on the Local Intranet. I
> also have followed the directions in Knowledge Base article 302831 to
> verify that there are no per-site privacy settings for local intranet
> sites. I have tried moving that site to the Trusted Sites zone from
> the Local Intranet zone. Nothing has worked.
>
> I could really use some help!




Mark Schupp 07-25-2003 03:17 PM

Re: ie6 won't keep session for local intranet site
 
does the server name have an underscore in it?
If so, IE 6 (and IE5 with up to date security patches) will not send session
cookies to it because it does not have a valid name (underscores are illegal
in TCP/IP host names).

You will need to set up an alias name in DNS or WINS.

--
Mark Schupp
--
Head of Development
Integrity eLearning
Online Learning Solutions Provider
mschupp@ielearning.com
http://www.ielearning.com
714.637.9480 x17


"Rob Locher" <rob@roblocher.com> wrote in message
news:d83bcc32.0307240935.5a3594b4@posting.google.c om...
> I have a server running NT 4 Server that is on my local domain that
> hosts an ASP application. I have a problem: when I try to test the
> ASP application from a computer on the same domain running IE6 on
> Windows 2000, the browser will not store the session key. Computers
> running other versions of Internet Explorer store the session key.
> When I host the application on a Windows 2000 server also on the local
> domain, the same test computer with Windows 2000 and Internet Explorer
> version 6 stores the session key just fine.
>
> I have tested the problem thoroughly. I have also done a thorough
> Knowledge Base and newsgroup search, with no luck. I can think of no
> way around the problem besides rewriting all 200 ASP pages to use some
> other persistence mechanism besides the Session object.
>
> Yes, I have verified that the site really is on the Local Intranet. I
> also have followed the directions in Knowledge Base article 302831 to
> verify that there are no per-site privacy settings for local intranet
> sites. I have tried moving that site to the Trusted Sites zone from
> the Local Intranet zone. Nothing has worked.
>
> I could really use some help!




Rob Locher 07-25-2003 10:05 PM

Re: ie6 won't keep session for local intranet site
 
Mark, you were absolutely correct. It was in fact the underscore in
the server name. I don't know you, but I'm telling all the techies I
know what a swell guy you are! Thank you thank you thank you! If you
ever come to San Diego, drop me an email and I will be delighted to
buy you a beverage at your convenience.

- Rob



"Mark Schupp" <mschupp@ielearning.com> wrote in message news:<erDHu7rUDHA.2248@TK2MSFTNGP12.phx.gbl>...
> does the server name have an underscore in it?
> If so, IE 6 (and IE5 with up to date security patches) will not send session
> cookies to it because it does not have a valid name (underscores are illegal
> in TCP/IP host names).
>
> You will need to set up an alias name in DNS or WINS.
>
> --
> Mark Schupp
> --
> Head of Development
> Integrity eLearning
> Online Learning Solutions Provider
> mschupp@ielearning.com
> http://www.ielearning.com
> 714.637.9480 x17



--my original message snipped--


All times are GMT. The time now is 02:38 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57