I will work on web programmer what similar cookies?
I will work on web programmer what similar cookies?
• If you set the variable to "cookies", than your users will not have to log in each time they enter your community. The cookie will stay in place within the user’s browser until it is deleted by the user.
• But Sessions are commonly used, as the there is a chance of your cookies getting blocked if the user browser security setting is set high.
• The main difference would be cookies are stored in your HD whereas sessions are not stored in your HD. A session is available as long as the browser is opened.
Bookmarks