Twitter Client / Losing Session

Hello,

I am building a twitter client and I have a problem with keeping session alive. I use session_start() and the use of sessions works perfectly fine. But… When my app needs to register with twitter, and when the I’m redirected to the callback url, sessions are gone. I just have an empty array. How come?

Best.

:slight_smile:

session might not hold from ssl to none ssl pages, make sure connection is the same when you saving and when you reading

Many thanks for your reply. I’m not using SSL. Twitter is.

Shoudl I use SSL (no idea how to do it on a local server) or can I just use https://?