Ask a Question related to ASP, Design and Development.
-
Andrew #1
cookie and session are not created when using a host file instead of DNS
When I use a host file entry to point to the host header of the site
that I have created on a Win2k server running IIS5, a cookie is not
created to hold the session id. The result is that Session_OnStart is
run every time a page is requested.
If I set up a DNS entry on the DNS server it all works fine.
I never noticed this problem before we put in Active Directory so it
may have something to do with that.
I have set "allow per session cookies" to promt(under Custom Secrity
settings in IE) to see if this is being attempted and it is not. So
the browser is not even trying to create the session cookie when using
the host file.
any ideas?
Andrew Guest
-
Can't Read Cookie Created by ASP
How can we read in the contents of a cookie created in ASCII format by an Active Server Page, when ColdFusion is expecting UTF-8 format? Neither... -
#25465 [Opn]: Session lost, session.cookie.lifetime
ID: 25465 User updated by: sam dot houlder at teleperfomance dot no Reported By: sam dot houlder at teleperfomance dot no... -
#25465 [NEW]: Session lost, session.cookie.lifetime
From: sam dot houlder at teleperfomance dot no Operating system: Linux PHP version: 4.3.3 PHP Bug Type: Session related Bug... -
authentication cookie vs session cookie
Hi, What are the differences between authentication and session cookies? In my web.config file, I set the cookieless attribute for the... -
Cookie not always created in client
I have the following login code: private void Login() { string strRole; -
Ray at #2
Re: cookie and session are not created when using a host file instead of DNS
What is it that makes you say they aren't created? Are you using the same
domain name in the hosts file as you are in DNS?
Ray at work
"Andrew" <imagines@lineone.net> wrote in message
news:3674d7be.0308110451.17c3a1b4@posting.google.c om...> When I use a host file entry to point to the host header of the site
> that I have created on a Win2k server running IIS5, a cookie is not
> created to hold the session id. The result is that Session_OnStart is
> run every time a page is requested.
>
> If I set up a DNS entry on the DNS server it all works fine.
>
> I never noticed this problem before we put in Active Directory so it
> may have something to do with that.
>
> I have set "allow per session cookies" to promt(under Custom Secrity
> settings in IE) to see if this is being attempted and it is not. So
> the browser is not even trying to create the session cookie when using
> the host file.
>
> any ideas?
Ray at Guest



Reply With Quote

