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 creates or not if we write request.getSeeion(false) for the first time
srinu polam
Greenhorn
Posts: 2
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
is Session object creates or not if we write request.getSeeion(false) for the first time
Nilesh Miskin
Ranch Hand
Posts: 44
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
request.getSession(false);
The above code will return null if the request has no valid session.
For more details see
javax.servlet.http.HttpServletRequest
.
Nilesh Miskin
Poo Kan
Ranch Hand
Posts: 94
posted 14 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
No. Session will not be created
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Confused about getSession
thread calling sleep but not blocking
doubt in session management in jsp
a Question about sessions
controlling browsers back button
More...