-
Cookies and Sessions
Hi,
Can any tell me the exact difference between cookie and session
I know that Session tracking is dealt with 3 concepts
1. Cookies
2. Url rewriting
3. hidden fields
and we r creating a HttpSession session=req.getSession(true)
is it session or cookie
and after creating this, where is it stored( either in webservet or client m/c)
bye
-
Hi
Hi
Session is same like temporary variable. Session is used to keep track of user's. Session will be stored in client machine. Application variables are stored in server. Session will be deleted if user closes the browser window.
Cookies is a small file stored in temporary internet folder. It is used to store some information on client machine. It's size will be maximum 4kb
Navaneeth
Similar Threads
-
By janardhan in forum ASP.NET
Replies: 1
Last Post: 05-07-2002, 05:21 AM
-
By Markus Punz in forum Web
Replies: 0
Last Post: 09-17-2000, 05:27 AM
-
By Markus Punz in forum ASP.NET
Replies: 0
Last Post: 09-17-2000, 05:26 AM
-
By Markus Punz in forum ASP.NET
Replies: 1
Last Post: 06-28-2000, 02:57 AM
-
By T. Bradley Dean in forum ASP.NET
Replies: 3
Last Post: 05-31-2000, 11:10 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks