Welcome Guest, Not a member yet? Register   Sign In
Session persistence problems
#4

[eluser]Nick Jennings[/eluser]
Hi Michael,

Here are my cookie settings:

Code:
$config['cookie_prefix']    = "cmdforms";
$config['cookie_domain']    = "localhost";
$config['cookie_path']        = "/";

I'm running this on my local machine during development, hence the 'localhost'.

The reason I have the match_ip set is because this is for an order form, so my thinking was that it's safer to have them logged out on the off chance their IP changes in the middle of session (which is not so common), rather than risk any hijacked session. Not sure if my reasoning is justified though.

BTW - enjoyed the drunken code igniter vid Smile I'm using some tips I learned from that for this order form script.
-Nick

[quote author="Michael Wales" date="1230690083"]What are these settings:
Code:
$config['cookie_prefix']    = '';
$config['cookie_domain']    = '';
$config['cookie_path']        = '/';

Also, you probably don't want to match IP as a user's IP address could change at anytime, making them receive a new session ID.[/quote]


Messages In This Thread
Session persistence problems - by El Forum - 12-30-2008, 11:17 AM
Session persistence problems - by El Forum - 12-30-2008, 11:19 AM
Session persistence problems - by El Forum - 12-30-2008, 02:21 PM
Session persistence problems - by El Forum - 01-02-2009, 01:18 PM
Session persistence problems - by El Forum - 01-05-2009, 05:04 AM
Session persistence problems - by El Forum - 01-07-2009, 10:23 PM
Session persistence problems - by El Forum - 05-15-2010, 02:37 AM
Session persistence problems - by El Forum - 10-11-2010, 10:41 AM
Session persistence problems - by El Forum - 10-11-2010, 12:05 PM
Session persistence problems - by El Forum - 10-11-2010, 12:55 PM
Session persistence problems - by El Forum - 10-14-2010, 07:37 AM
Session persistence problems - by El Forum - 10-14-2010, 07:52 AM
Session persistence problems - by El Forum - 10-14-2010, 08:06 AM
Session persistence problems - by El Forum - 10-14-2010, 08:17 AM
Session persistence problems - by El Forum - 10-14-2010, 08:22 AM
Session persistence problems - by El Forum - 10-14-2010, 12:22 PM
Session persistence problems - by El Forum - 10-14-2010, 02:26 PM
Session persistence problems - by El Forum - 10-14-2010, 04:20 PM
Session persistence problems - by El Forum - 10-15-2010, 12:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB