|
Posted by Jonathan N. Little on 06/12/07 17:28
UKuser wrote:
> On 12 Jun, 16:42, UKuser <spiderc...@yahoo.co.uk> wrote:
>> On 12 Jun, 16:17, "T. Wintershoven" <t...@wedevries.nl> wrote:
> Be aware as well - sessions are fine if you're on a dedicated server
> but on a shared server - sessions can be accessed by other scripts on
> the same server unless the tmp folder is protected.
>
If concerned your can set the session folder to another...
session_save_path($_SERVER['DOCUMENT_ROOT'] ."/mytemp");
Just have to make sure the permissions on the folder are set...
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|