S Itzkowitz wrote: > > Should there be a problem with caching 3MB of data in an HTTP Session? > The server has 256 MB memory reserved for the application to cache. The > HTTP Sessions will be invalidated every 30 minutes. >
It depends on how many simultaneous sessions you expect. If there's only one, then sure, why not. If there are 1000's of them, then you're going to have to get a bigger boat... You might want to check the archives of this list, the "large sessions" topic has come up before. > The application server being used is IBM websphere. > Your question is totally on topic and appropriate, but if you think there might be websphere-specific issues then you might want to try posting to one of IBM's websphere lists. -- Christopher St. John [EMAIL PROTECTED] DistribuTopia http://www.distributopia.com ___________________________________________________________________________ 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
