Re: Sessions not retained in Firefox/Safari

Tech-Archive recommends: Fix windows errors by optimizing your registry



by default session support requires cookies (you must not haver cookies off
in IE, chck the zone, and be sure cookies are disabled for that zone).

you can use cookieless sessions, (see web config), but this munge the
session id into the url, so your urls look like

mysite.com/applicaion/numericsessionid/page.aspx

-- bruce (sqlwork.com)


"Chris Mahoney" <chris@xxxxxxxxx> wrote in message
news:u%23$c8G$tFHA.1252@xxxxxxxxxxxxxxxxxxxxxxx
> Hi
>
> I'm using several Sessions in my app. When the user has cookies enabled in
> their browser, everything works fine. But with cookies disabled, only IE
> seems to remember the sessions. In Firefox and Safari, the session values
> seem to be "forgotten".
>
> I've looked around on Google but can't find any solutions to this problem.
> Plus I don't know how debug with Firefox (eg. step through the code).
>
> So, basically I have two questions:
> 1. Any idea why non-IE browsers are losing their sessions when cookies are
> disabled?
> 2. How can I step through code using non-IE browsers?
>
> Thanks
> Chris
>
>


.



Relevant Pages

  • Re: Web server Cluster and SESSION.
    ... You can use both cookies and cookieless sessions. ... I doubt cookies has the hassle of sessions in a web cluster. ... Posted Via Usenet.com Premium Usenet Newsgroup Services ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: IE DOES NOT SUPPORT COOKIE on WIN2K and XP
    ... Does outputs Session Testing and Cookie Testing where as shot #2 does output ... Why do IE behaves strangely on handling cookies and sessions? ... > Is there any other programmable browsers available like IE? ...
    (microsoft.public.inetserver.asp.general)
  • RE: Application level IDS?
    ... monitors html, web sessions, cookies, SQL traffic and is capable of ... Subject: Application level IDS? ... world's premier technical IT security event! ...
    (Focus-IDS)
  • Re: Re: global.asa equivalent?
    ... > Session variables are not stored in cookies, ... > as ASP. ... Did not know about sessions, ... cookies or via url tags that php would automatically add. ...
    (alt.php)
  • Re: Sessions not retained in Firefox/Safari
    ... Chris ... > by default session support requires cookies (you must not haver cookies ... >> I'm using several Sessions in my app. ... How can I step through code using non-IE browsers? ...
    (microsoft.public.dotnet.framework.aspnet)