Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Setting Cookies Outside Vanilla
Hi,
I have a custom built application. I essentially followed the WordPress integration tutorial, but instead of using WordPress, I am using my own system built using PHP.
I wanted to know if it was possible to do the verification and cookie-setting via my own application (and not mess with the Authenticator class), to make it easier. However, I'm having trouble identifying which cookie attributes need to be set for Vanilla to function properly. When I print out the Cookie vars, I only see:
Array
(
[__utmz] => 21322105.1169263585.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none)
[__utma] => 22352105.1887464097.1169063285.1162256579.1169160623.2
[PHPSESSID] => f88e1e245c7974c23286d23e20f55819
)
So my question is, what attributes do I need to set via setcookie()?
Thanks!
0
This discussion has been closed.
Comments