Go Back   TechArena Community > Technology > Technology & Internet
Become a Member!
Forgot your username/password?
Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: ,

Sponsored Links


what is session and cookies

Technology & Internet


Reply
 
Thread Tools Search this Thread
  #1  
Old 24-12-2008
Member
 
Join Date: Dec 2008
Posts: 13
what is session and cookies

Sponsored Links
what is session and cookie ?

Reply With Quote
  #2  
Old 24-12-2008
Member
 
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.
Reply With Quote
Reply

  TechArena Community > Technology > Technology & Internet


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "what is session and cookies"
Thread Thread Starter Forum Replies Last Post
Internet explorer 9 displays Cookies error message” IE9 works better when it is cookies enabled, please enable cookies” Bellare Technology & Internet 10 07-03-2012 08:41 AM
Google cookies does not obeys the cookies in Opera 10.51 Wild Kat Technology & Internet 3 26-02-2012 12:54 PM
Difference between root session and standard user session in gimp Gajagamini Operating Systems 4 17-01-2011 10:14 AM
Diffrence between cookies and session variables JEROLD12 Software Development 5 22-12-2009 11:05 PM
How can I use javascript to track session ID & Visitor ID cookies? Kushan Software Development 2 20-06-2009 12:16 PM


All times are GMT +5.5. The time now is 11:05 AM.