@Environment

I use @Environment method to set the access roles when a person login to the system,but this formula on work on client.What method should i use to make it work on client and browser.Thank !

Subject: @Environment

You’d need to be using javascript to set cookies in the browser.

However, quick question - why aren’t you just using the roles built in to the ACL? Then its all automatic

Kiers

Subject: RE: @Environment

hi all

Kieran can u plz guide that how to use the ACL roles … and if u kindly provide me an example i ll b thankful to your favor

take care n bye

Subject: RE: @Environment

Thank for your reply Kieran,Can you show me how to set the cookies and retrieve the cookies value ?Million of thank !

Subject: RE: @Environment

Or you can use Profile Documents instead of cookies, but as Kieran asked, why are you trying to store access roles? What are you trying to do? From your description, you may be going about it the wrong and/or difficult way.