[FX.php List] Do session always work?

Kevin Futter kfutter at sbc.melb.catholic.edu.au
Sun Oct 29 19:08:21 MST 2006


On 30/10/06 12:41 PM, "Jonathan Schwartz" <jonathan at eschwartz.com> wrote:

> Steve...Do you mean that there is no problem as long as code is
> included to test for cookies being turned off in the browser and
> implementing the URL using GET (that Erik and Kevin
> suggested)..or...that they work without going so?

...

Jonathan - the idea is that PHP handles all that seamlessly in the
background. It attempts to send a cookie to the client, and if that fails,
it reverts to appending the session ID to each URL being managed by the
session. All you have to do is instantiate each session appropriately at the
top of the page. PHP does the rest - it's like magic!

-- 
Kevin Futter
Webmaster, St. Bernard's College
http://www.sbc.melb.catholic.edu.au/



------------------------------------------
This e-mail and any attachments may be confidential.  You must not disclose or use the information in this e-mail if you are not the intended recipient.  If you have received this e-mail in error, please notify us immediately and delete the e-mail and all copies.  The College does not guarantee that this e-mail is virus or error free.  The attached files are provided and may only be used on the basis that the user assumes all responsibility for any loss, damage or consequence resulting directly or indirectly from the use of the attached files, whether caused by the negligence of the sender or not.  The content and opinions in this e-mail are not necessarily those of the College.





More information about the FX.php_List mailing list