Results 1 to 2 of 2

Thread: what is session and cookies

  1. #1
    Join Date
    Dec 2008
    Posts
    13

    what is session and cookies

    what is session and cookie ?

  2. #2
    Join Date
    Dec 2008
    Posts
    19

    Re: what is session and cookies

    hi,
    Session is used to store the some information to it.you can reuse it another page or site with in project.

    for ex:-
    Set session:-
    session("UserName")="Rengan"
    Get session value:-
    textbox1.text=Session("UserName")

    Events :-

    Session_OnEnd :- Occurs when a session ends
    Session_OnStart:- Occurs when a session starts

    Cookies :- Cookies are the small file saved in the client machine which could be used for saving informations like user preferences and other details
    Users could save or delete cookies at any time as per their requirement.

Similar Threads

  1. Replies: 10
    Last Post: 07-03-2012, 09:41 AM
  2. Google cookies does not obeys the cookies in Opera 10.51
    By Wild Kat in forum Technology & Internet
    Replies: 3
    Last Post: 26-02-2012, 01:54 PM
  3. Replies: 4
    Last Post: 17-01-2011, 11:14 AM
  4. Diffrence between cookies and session variables
    By JEROLD12 in forum Software Development
    Replies: 5
    Last Post: 23-12-2009, 12:05 AM
  5. Replies: 2
    Last Post: 20-06-2009, 12:16 PM

Tags for this Thread

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
  •  
Page generated in 1,713,563,282.58106 seconds with 17 queries