Results 1 to 2 of 2

Thread: Difference between cookies and session variables

  1. #1
    Davismoore is offline Senior Member
    Join Date
    Dec 2009
    Posts
    284
    Rep Power
    3

    Default Difference between cookies and session variables

    I will work on web programmer what similar cookies?

  2. #2
    JacksonPerez is offline Banned
    Join Date
    Dec 2009
    Posts
    274
    Rep Power
    0

    Default

    • 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.

Similar Threads

  1. Scripting Variables
    By LewisClark in forum Programming
    Replies: 2
    Last Post: 02-16-2010, 05:08 PM
  2. PHP Variables
    By Brownchris in forum Operating System
    Replies: 1
    Last Post: 01-29-2010, 06:00 PM
  3. Using Variables in c++
    By Draven Broad in forum Programming
    Replies: 0
    Last Post: 10-01-2009, 09:57 AM
  4. Declaring Variables in C++
    By Kadarius Brearley in forum Programming
    Replies: 0
    Last Post: 09-30-2009, 12:46 PM
  5. Programming Fundamentals :- Variables
    By yenkin in forum Programming
    Replies: 0
    Last Post: 10-31-2008, 07:31 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48