The Artima Developer Community
Sponsored Link

PHP Buzz Forum
Avoid frustrations with php sessions

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Max Zone

Posts: 9170
Nickname: dzone
Registered: Jun, 2006

dzone.com is a link-sharing community where member participation determines what gets published
Avoid frustrations with php sessions Posted: Mar 13, 2007 11:19 AM
Reply to this message Reply

This post originated from an RSS feed registered with PHP Buzz by Max Zone.
Original Post: Avoid frustrations with php sessions
Feed Title: dzone.com: php
Feed URL: http://www.dzone.com/feed/frontpage/php/rss.xml
Feed Description: dzone.com: fresh php links for developers
Latest PHP Buzz Posts
Latest PHP Buzz Posts by Max Zone
Latest Posts From dzone.com: php

Advertisement
PHP's support for sessions make adding "state" to your web application super easy. Bus because the illusion of state is maintained by storing a Session ID via a user's cookies, you might find yourself losing potentially productive hours chasing down bizarre client side bugs or opening up a potential security hole. Here are 4 tips to help you avoid wasting your time and securing your site.

Read: Avoid frustrations with php sessions

Topic: XML for PHP developers: Advanced XML parsing techniques Previous Topic   Next Topic Topic: Php user login with sessions

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use