Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Servlets
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
Ron McLeod
paul wheaton
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Devaka Cooray
Saloon Keepers:
Tim Holloway
Roland Mueller
Himai Minh
Bartenders:
Forum:
Servlets
Session Size in Servlets
sitaram irrinki
Ranch Hand
Posts: 158
posted 20 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
The max storage of session object is 4KB,how can i store more data in session.
Ben Souther
Sheriff
Posts: 13411
I like...
posted 20 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
The session object is nothing more than a map containing references to objects living on the heap.
Where did you hear about this max size?
Java API
J2EE API
Servlet Spec
JSP Spec
How to ask a question...
Simple Servlet Examples
jsonf
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Advice on persisting complex state across multiple server trips
ASP
Alternative to Cookie?
Session problem in NetBeans
Field set in action method coming null in JSP
More...