[opencms-dev] Problem after publishing ...

Bryan LaPlante blaplante at netwebapps.com
Wed Jun 18 14:35:02 CEST 2003


Ok, it worked that time. I must have done something wrong the first time.
Thanks for all you help.

----- Original Message -----
From: "Joachim Arrasz" <info at arrasz.de>
To: <opencms-dev at opencms.org>
Sent: Wednesday, June 18, 2003 7:09 AM
Subject: [opencms-dev] Problem after publishing ...


> Hello List,
>
> i`ve built a sitemap jsp, which works fine in offline mode, but when i
> publish this page, it doesn`t work well.I suppose that the reason is a
> scurity mechanism which i built in. It works like that: When a user loads
> the page the first time the mainPath from the diretory will be set into
> the session. The code is:
> cmsObject.getRequestContext().
>     getSession(true).putValue("MainNavPath", stringMainNavPath);
>
> I use the same contruct of code for the security :
>
> if(cmsObject.getRequestContext().
>     getSession(true).getValue("MainNavPath") != null
> ){
>     doSomething();
> }else{
>     doNothing();
> }
>
> Is it possible that i have to use a session Object over the flexcache
> mechanism? And when, in which way i shoud do this.
> Bye Achim
>
> P.S Sorry for my bad english ;-|
>
> --
> /**
> * @author Joachim Arrasz
> * @mail arrasz at synyx.de
> * @url http://www.synyx.de
> */
>
>
>
> _______________________________________________
> This mail is send to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://mail.opencms.org/mailman/listinfo/opencms-dev
>




More information about the opencms-dev mailing list