Re: [PHP] Migrating legacy code - changing session name

2010-01-26 Thread Jochem Maas
Op 1/26/10 9:25 AM, Rory McKinley schreef: > Hello List > > A client has asked me to migrate a few scripts that have been running > merrily under PHP4 to PHP5.2. Part of these scripts have integration > with PHPMyAdmin > using the single sign-on and so they make use of the following code : > > se

[PHP] Migrating legacy code - changing session name

2010-01-26 Thread Rory McKinley
Hello List A client has asked me to migrate a few scripts that have been running merrily under PHP4 to PHP5.2. Part of these scripts have integration with PHPMyAdmin using the single sign-on and so they make use of the following code : session_write_close(); session_name("blah"); session_start();