Meera,

> I want to know if there are any limits on the amount of session objects
> that can be put in a session.
I've never heard of such a limit.  Anybody else?
I suspect that internally there's a hash table that you're adding values
to, and if I'm correct then there wouldn't be any limit.
However, if you're worried about this just create your own class to place
objects into, and that way you could place a single object in the session.
Why do you ask?  How much stuff are you saving?  What are you saving?


> 2.If we use a get method to submit our forms the elements get displayed
> along with the URL .if we have a password that also gets displayed.how
> do we suppress this and how can we encrypt our passwords.
You must have just joined the list: you missed a great conversation about
this last week.  The easiest way is to use a secure connection using SSL,
much like pages where you do financial transactions over the web.

Robert

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to