Replace $_SESSION with transients
-
Hi, because WSL is using $_SESSION, then it fails on sites deployed on several servers without sticky session, since these do not share the $_SESSION. (Then, the user starts logging in on server 1, and the login callback is handled by server 2, and it gives an error). Are you considering replacing the use of $_SESSION with either transients or some other mechanism? Thanks
- The topic ‘Replace $_SESSION with transients’ is closed to new replies.