Yeah, the 'isset' part did, i checked up on the php site read a few bugs lists and found the session_write_close() part. All seems to be happy now. Can't beleive i've been messing for nearly 8 hours...
Thats still creating new session_id()'s with each refresh and link clicked throughout the site. If tried also changing the session expires with ini_set but this had no effect! Thanks anyway!
Hi all, Need a little help, its probably simple and i've just missed something. Im trying to save an SQL string to a PHP Session, so i can be called again to run at a later time. However, initially i...