• Resolved dietcheese

    (@dietcheese)


    I am attempting to authenticate non-Wordpress users using a remote database (it’s a long story). I would therefore like to assign a session to a users after they successfully logged in via my custom non-Wordpress login (which is within the WordPress site but is not related to WordPress auth). Using your plugin, is there a way to only create a session for a visitor once I have validated them? Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author Eric Mann

    (@ericmann)

    That’s not quite the way PHP itself works. A session is unique to a user, but you can decide whether or not the session contains any data based on the validation result.

Viewing 1 replies (of 1 total)
  • The topic ‘Choose to Create Session’ is closed to new replies.