|
| ||||||||||
| Tags: browser, cookies, internet explorer 6, internet explorer 7, web browser |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| Session problem with Internet Explorer 6 or 7
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
| ||||
| ||||
| 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.
__________________ Education, Career and Job Discussions |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Session problem with Internet Explorer 6 or 7" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Disable previously opened session of Facebook in Internet Explorer on Nokia Lumia 800 | Adeen20 | Portable Devices | 1 | 23-12-2011 02:55 AM |
| Internet Explorer 8 your last browsing session closed unexpectedly | Aislinn | Technology & Internet | 4 | 11-09-2010 10:32 PM |
| FTP problem - unable to make the session state request to the session state server. | Benito | Software Development | 3 | 31-07-2009 01:09 PM |
| Internet Explorer problem after upgrade to Explorer version 8 | sdain31y | Windows XP Support | 7 | 17-04-2009 07:28 PM |
| Problem with Internet Explorer 7 | freddy24 | Windows Software | 2 | 14-03-2009 09:23 PM |