Jump to content

Using cookies


Jul

This topic is 6999 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I have custom published databases (converted from FM6) and I am trying to use cookies to pass the user's privileges thourgh the pages.

In FM6 I had a code

[FMP-IF: CurrentCookie:web_access .cn. Delete]

which worked fine.

When conveted to xsl, the code looks like this

<xsl:when test="contains(fmxslt:get_cookie('web_access'), 'Delete')">

And it is not working. It is not the if statement, it looks like the cookie cannot be set/retrieved at all.

Thank you for your help!

Link to comment
Share on other sites

This topic is 6999 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.