• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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
 
No. No. No. No. Changed my mind. Wanna come down. To see this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic