简体   繁体   English

Codeigniter会话库错误

[英]Codeigniter Session library error

i'm receiving this strange error, does anyone knows about it? 我收到这个奇怪的错误,有人知道吗?

Severity: Notice  --> unserialize() [<a href='function.unserialize'>function.unserialize</a>]: Error at offset 0 of 286 bytes /Applications/XAMPP/xamppfiles/htdocs/login/system/libraries/Session.php 723

thanks 谢谢

This means that probably something went wrong with the string of user_data inside your session-table. 这意味着session-table中的user_data字符串可能出现问题。 It could be that the value of user_data was editted and this can make a serialized string "corrupt". 可能是user_data的值被编辑,这可能使序列化字符串“损坏”。

You should check the documentation on php.net about serialization. 您应该查看php.net上有关序列化的文档。 About how this process works. 关于此过程的工作原理。 http://php.net/manual/en/function.serialize.php http://php.net/manual/en/function.serialize.php

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM