EllisLab text mark
Advanced Search
     
Session Table Problem - Windows 8?
Posted: 21 November 2012 02:25 AM   [ Ignore ]
Joined: 2012-11-21
3 posts

I am having problem with CI session library. My website is working fine all the browsers of windows 7 but for some unknown reason the shopping cart and the login is not working on windows 8.

I have configured the ci_session with the database. When ever i login or add something to the shopping cart from windows 7 a single entry is made in the ci_session database but for some unknown reason whenever i try to login or use shopping cart two or at times three entries are made in the ci_session DB, with one containing valid data the rest containing no user data. As you can see in the file attached.

I am guessing for this reason i am unable to login. if i dont use the database with session then everything works normally.

Kindly help!

 
Posted: 21 November 2012 02:33 AM   [ Ignore ]   [ # 1 ]   [ Rating: 0 ]
Avatar
Joined: 2009-06-19
6267 posts
// Windows doe's not like an underscrore in the cookie name, it converts it to a hex code which will not work.
$config['sess_cookie_name''cisession'

 

 Signature 

Ceritfied State of CT Computer Programming Teacher.
Custom Designed Icons, eBook Covers Software Boxes. CD, DVD Etc. New iPhone® Tab Bar Icons and iPhone® Applications Icons.

STOP! Before posting your questions, remember the WWW Golden rule:
What did you try? What did you get? What did you expect to get?

Input -> Controller | Processing -> Model | Output -> View

 
Posted: 21 November 2012 05:17 AM   [ Ignore ]   [ # 2 ]   [ Rating: 0 ]
Joined: 2012-11-21
3 posts

thankyou for your prompt reply but the session value still duplicates

 
Posted: 21 November 2012 07:19 AM   [ Ignore ]   [ # 3 ]   [ Rating: 0 ]
Joined: 2012-11-21
3 posts

for some unknown reason a new session id automatically given by the codeignitor for every page request and this probably is the main reason for the problem.

The problem is seems to occur on windows 8 with antivirus AVG, works fine on win7

Kindly help, stuck with the issue for the past two days