Sessions

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Is what I'm saying below 100% true?

 

When you start a session using session_start() and start adding indexes to
the session super global array a small cookie is set on the clients side
that keeps track of the user, and the session index data that you create is
stored only in the memory on the server side unless specified in the PHP
file to store the session data in some specified directory or means db. Plus
you can access and manipulate the session array just like you could any
other array.

 

Thanks Tom

 

Forget breakfast. Coffee, Smokes and a Red Bull for me.

 


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux