How do you make asp sessions work if cookies are completely disabled?

J

JJ

Hi,

As I understand it IE stores the session id in a cookie on the user machine.
This identifies the session between pages.
If cookies are disabled then session variables don't work...

Is it possible to pass the session id between pages by posting them etc, and
manually force the session id on each page.

(I have seen this done in JSP).

Thanks

JJ
 
K

Ken Schaefer

You can...

But there's no easy, built-in way to do this with Classic ASP. ASP.Net on
the other hand provides this ability out-of-the-box.

Microsoft used to provide Cookie Munger, which provides a SessionID in the
URL type functionality, but apparently performance wasn't very good.

Cheers
Ken

"JJ" <nospam> wrote in message
: Hi,
:
: As I understand it IE stores the session id in a cookie on the user
machine.
: This identifies the session between pages.
: If cookies are disabled then session variables don't work...
:
: Is it possible to pass the session id between pages by posting them etc,
and
: manually force the session id on each page.
:
: (I have seen this done in JSP).
:
: Thanks
:
: JJ
:
:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,128
Latest member
ElwoodPhil
Top