Results 1 to 5 of 5

Thread: ASP Help?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Oct 2002
    Posts
    174

    ASP Help?

    Hi,
    My Question is
    If i disabled cookies then how session will work?
    Thanks in Advance

  2. #2
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877

    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 :

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    Do you need an ASP Tutorial?

  4. #4
    Hyperactive Member
    Join Date
    Nov 2002
    Location
    Someplace 'ore the rainbow
    Posts
    392
    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

  5. #5
    Fanatic Member
    Join Date
    Jul 2001
    Location
    London UK
    Posts
    671
    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
  •  



Click Here to Expand Forum to Full Width