• 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
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Oracle Portlet Session

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
i tried to set attribute in Session Scope, but when i get attribute, it get null!!!
How do I set attribute in Session Scope???
Oracle App Server Version is 10.1.2.0.2
J2EE Application in oracle portal!!
thanks!!
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

maybe you need to set <session>true</session> in provider.xml.

http://download.oracle.com/docs/cd/B14099_19/portal.1014/b14135/pdg_java_adv.htm#CHDBAFIH

alessandro
 
Chang Tzu-yu
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your reply.
I will try it.
Thanks

Originally posted by Alessandro Sim:
Hi,

maybe you need to set <session>true</session> in provider.xml.

http://download.oracle.com/docs/cd/B14099_19/portal.1014/b14135/pdg_java_adv.htm#CHDBAFIH

alessandro

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI

I set a session value from portlet jsp file and I am trying to get it in servlet within the same application and I can't seem to get the value.
I am getting null value for the session variable

I did follow the oracle doc from http://download.oracle.com/docs/cd/B14099_19/porta...4135/pdg_java_adv.htm#CBBGHFIC

but still it's not working

can someone please help me out.

thanks
 
Men call me Jim. Women look past me to this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic