472,958 Members | 2,750 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,958 software developers and data experts.

Sessions not retained in Firefox/Safari

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
Nov 19 '05 #1
2 3633
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" <ch***@nzweb.net> wrote in message
news:u%****************@TK2MSFTNGP09.phx.gbl...
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

Nov 19 '05 #2
I took a different approach to the problem and now having everything working
the way it should. Thanks for your help anyway.

Chris
"Bruce Barker" <br******************@safeco.com> wrote in message
news:eu**************@TK2MSFTNGP10.phx.gbl...
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" <ch***@nzweb.net> wrote in message
news:u%****************@TK2MSFTNGP09.phx.gbl...
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


Nov 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: torbs | last post by:
Hi I have two quicktime plugins embedded in a webpage. I want to hide one and display the other. Then I want to load a movie into the hidden player. When the first player is finished playing, I...
4
by: drew197 | last post by:
I am a newbie. I am editing someone elses code to make it compatible with Firefox and Safari. In IE, when you click on the proper link, a block of text is shown in a nice paragraph form. But, in...
8
by: Christian Blackburn | last post by:
Hi Gang, I would like to have my application retain sessions even after the user closes their browser window, up unil the time the session is supposed to time out. Right now if the user closes...
4
by: twigster | last post by:
Hi, I've a pb with utf8 encoding with safari or firefox. I retrieve the response of a XMLHttpRequest and depending if I use safari or firefox I can't manage to get characters like "éàç" to...
2
by: cbjewelz | last post by:
Hey all. So I'm having problems with cross browser alignments. I'm looking at Safari and Mozilla Firefox. I develop in Safari and so it looks perfect there however in Firefox my vertical...
4
mbs402
by: mbs402 | last post by:
Hello, This one has several alerts that show where and what... http://www.mac-specialist.com/r/browser_frames_problem_with_debug.html This one is identical without the debugging code... ...
2
by: JDeats | last post by:
>From my development envrionment (i.e. a single WinXP notebook PC) I have a basic AJAX application that is making the call to a Windows Form page that just returns the request back to the AJAX...
6
by: raknin | last post by:
I am creating a dynamic list on the server using php file,when I run the PHP script in all 4 browsers (IE 6, Firefox 2, opera and safari 3) every think go Ok and the list is created. but when I call...
7
by: PI | last post by:
Hi Guys, I need some with this please. I have a bit of code which stores user selections within a cart and persists the cart using sessions. The user may at any time click a button to view the...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...
2
by: GKJR | last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.