![]() |
|||
PHP
IT Tags
Stop Script SimpleXML check domain photo gallery indexing solr local server Simplexml Parser UPDATE mysql server magento ecommerce connection to MYSQL local server include Solr XML Mobile site php mail objects Overlapping Layers Remove Duplicate XHTML Xampp my_thread_global_end Combo box sdf PHP and FLash multiple file uplo server shutdown ajax associative arrays control panel |
Which is Best Sessions or Cookies for Login Script
By: Shailesh Singh | 04 Sep 2008 11:17 pm
I'm remaking a system and now i'm making the login part. Comments
Hi,
Use the php function session_start( ). It will use cookies if they are available or use session variables in URLs automatically for php >v4.2.0. Direct use of cookies is better for long term variables rather than sessions. Thanks.
By: Shailesh Singh | 04 Sep 2008
|
