Re: [Phplib-users] No session_id or cookie if not authenticated.. how?
Brought to you by:
nhruby,
richardarcher
From: Richard A. <rh...@ju...> - 2002-12-03 23:53:53
|
At 17:47 -0500 3/12/02, li...@ye... wrote: >Easiest way would be to only use page_open on pages you want to protect. > >The session would only be created first time someone hit one of these pages and >auth timeouts could occur more often but it could work depending on your >application. And if a non-cookie user leaves the protected part of the site (e.g. they click on the Home button) they will lose their session. That would be a disaster in a shopping cart environment, but may not matter in other instances. ...R. |