Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 DynamoDB 存储会话,但每次我尝试将整数写入会话变量时,都会写入一些其他随机值。
阅读正在正确进行。我不知道是什么问题?
有没有其他人遇到过类似的问题??任何帮助表示赞赏。
有什么代码可以分享吗?我怀疑它要么是 1) 数据类型,要么是 2) 与 DynamoDB 无关的代码的其他部分。
就我而言,DynamoDB 没有问题。Zend Framework 在将其写入 dynamoDB 之前对我的会话做了一些有趣的事情。