Changes

Jump to: navigation, search

Understanding PHP Sessions

183 bytes added, 18:12, 6 June 2007
Reading a Saved PHP Session
== Reading a Saved PHP Session ==
 
Once session data has been written to a file it can be read back in, decode and applied to the current session. This is achived using the ''session_decode()'' function:
 
<pre>
<?php

Navigation menu