|
-
Jan 6th, 2004, 08:11 AM
#1
Thread Starter
Addicted Member
ASP Help?
Hi,
My Question is
If i disabled cookies then how session will work?
Thanks in Advance
-
Jan 6th, 2004, 08:59 AM
#2
Re: ASP Help?
Originally posted by manu487
Hi,
My Question is
If i disabled cookies then how session will work?
Thanks in Advance
ASP Session is implemented using cookies, so if you disable cookies session wont work.
[VBF RSS Feed]
There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.
If I have been helpful, Please Rate my Post. Thanks.
This post was powered by : 
-
Jan 6th, 2004, 10:10 AM
#3
Do you need an ASP Tutorial?
-
Jan 6th, 2004, 03:55 PM
#4
Hyperactive Member
In theory you could log the user's IP in an Application variable (you can use arrays in that). Then search through the Application variables and find the one that matches the users IP and extract information.
cjqp
-
Jan 7th, 2004, 08:45 AM
#5
Fanatic Member
With .Net the Cookie Info is embedded into the URL so sessions will still work.
With classic ASP there are third party products like CookieMunger to do this but I have heard they are quite resource intensive.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|