in reply to Re: Problems with setting session variables in Catalyst
in thread Problems with setting session variables in Catalyst

Actually, you both were on the right track. ...Using the example from Catalyst::Plugin::Session::Store worked. I did look at the docs while I was doing this -- several times -- but not this one....

Yup, you normally wouldn't use this API (its the low level), but if it doesn't work using this api, then something is really wrong :)

OTOH, have you seen ?? Catalyst::Controller::RequestToken - Handling transaction tokens across forms update: nevermind, doesn't seem to use Session::Token probably not worth investigating further :)

  • Comment on Re^2: Problems with setting session variables in Catalyst (csrf/xsrf/nonce)

Replies are listed 'Best First'.
Re^3: Problems with setting session variables in Catalyst (csrf/xsrf/nonce)
by LunarCowgirl (Sexton) on Aug 14, 2014 at 03:32 UTC
    I did look at that, yes, but it seemed to conflict with using Catalyst::Controller::REST, so I went with my own solution. I'm much happier with Session::Token.