Results 1 to 2 of 2

Thread: Session problem with Internet Explorer 6 or 7

  1. #1
    Join Date
    Dec 2009
    Posts
    12

    Session problem with Internet Explorer 6 or 7

    I am facing a problem on setting up some cookies with asp on IE6 and IE7

    I need to set following cookies when user logs in to his account.

    Response.Cookies("crmadmin_login_id") = session("login_id")
    Response.Cookies("crmadmin_cuser_id") = rsbrokercrm("cuser_id")
    crmuserlevel = cint(rsbrokercrm("cuser_level"))
    Response.Cookies("crmadmin_level") = crmuserlevel

    Response.Cookies("cid") = rsbrokercrm("c_id")
    Response.Cookies("company_name") = rsbrokercrm("Company_Name")

    When I comment above lines the session("login_id") works properly however when i run the above code in IE6/7 (on the page where I am authenticating our user's credentials) it kills session("login_id") which is required for accessing the account. This happens when the page is redirected from authentication page to the account page. I tried another option i.e. removed above code block from authentication page and put it on account page. then the account page worked, but again when I click any other page which requires session("login_id"), it again kills the session.

    Please help

  2. #2
    Join Date
    Dec 2007
    Posts
    2,291

    Re: Session problem with Internet Explorer 6 or 7

    I think that you have assigned a class and a variable in it. It might not be the problem at all. Internet Explorer 6 and Internet Explorer 7 handle sessions differently and so does FF.

    Try outputting the session (if that's php) like
    var_dump($_SESSION);

    And then check what's going on.

Similar Threads

  1. How to open last session in Internet Explorer 10
    By Harriet in forum Technology & Internet
    Replies: 1
    Last Post: 01-08-2013, 01:19 PM
  2. Replies: 1
    Last Post: 23-12-2011, 03:55 AM
  3. Internet Explorer 8 your last browsing session closed unexpectedly
    By Aislinn in forum Technology & Internet
    Replies: 4
    Last Post: 11-09-2010, 10:32 PM
  4. Replies: 3
    Last Post: 31-07-2009, 01:09 PM
  5. Internet Explorer problem after upgrade to Explorer version 8
    By sdain31y in forum Windows XP Support
    Replies: 7
    Last Post: 17-04-2009, 07:28 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,891,431.14237 seconds with 17 queries