>>> Jiger Patel <[EMAIL PROTECTED]> 31-May-00 6:44:59 PM >>>

>Is it true?. How can I send an entire Session object to the Client
>so that the client can get the Values put by the servlet in it.
>or access some session values like LastAccessedtime etc.

That would be a dangerous thing to do since you don't control the
session, the container does.

If you want to do it you will have to have to write a routing to
gather information from the session and then serialize that
information rather than the actual session.

I would recommend against doing it at all. You probably have a design
fault if you *need* to do this.


Nic Ferrier

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to