I am a php developer and I am using tokbox for sessions. I need to store session on Amazon S3 server. Using the tokbox archive feature I am saving my sessions on S3 server. I have used Archive mode as Always i.e when session is started it driectly archives particular session.
I need to get the archive id of the stored session. How can I fetch it?