.Hello, In JSP, can I save a Object(not primitive type) into session? I checked the APIs the method is: setAttribute(String name, Object value)
But, it does not work. I attempted to save an non-primitive type instance into session to indicate the logged in user. It works well locally (on my computer), but not work on Google server. Then I use primitive type variables, it works fine. Thanks, Douglas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
