I am trying to use DynamoDB for storing sessions,
but everytime I try to write an integer into the session variable,
some other random value is being written.
Reading is happening correctly.
I don’t know what the issue is?
has anybody else faced a similar issue??
Any help is appreciated.
There was no issue with DynamoDB in my case.
Zend Framework was doing funny stuff to my session before writing it to dynamoDB.