Welcome Guest, Not a member yet? Register   Sign In
multiple server requests with IE-8 and https
#4

[eluser]InsiteFX[/eluser]
I would use the database sessions for security reasons, plus cookies can only hold 4kb of data.

Also with IE you need to change this config item!
application/config/config.php
Code:
// Change this!
$config['sess_cookie_name']        = 'ci_session';

// To this: IE doe's not like an underscore in the cookie name!!!
$config['sess_cookie_name']        = 'cisession';

InsiteFX


Messages In This Thread
multiple server requests with IE-8 and https - by El Forum - 04-17-2011, 09:11 AM
multiple server requests with IE-8 and https - by El Forum - 04-17-2011, 11:15 AM
multiple server requests with IE-8 and https - by El Forum - 04-17-2011, 11:44 AM
multiple server requests with IE-8 and https - by El Forum - 04-17-2011, 02:12 PM
multiple server requests with IE-8 and https - by El Forum - 04-17-2011, 02:30 PM
multiple server requests with IE-8 and https - by El Forum - 04-17-2011, 03:46 PM
multiple server requests with IE-8 and https - by El Forum - 04-17-2011, 04:05 PM
multiple server requests with IE-8 and https - by El Forum - 04-18-2011, 12:30 AM
multiple server requests with IE-8 and https - by El Forum - 05-17-2011, 02:21 AM
multiple server requests with IE-8 and https - by El Forum - 05-23-2011, 05:56 AM



Theme © iAndrew 2016 - Forum software by © MyBB