本文介绍了会话过期中的可变生存期的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

朋友们.
我有一个关于会话过期的问题.
会话到期时,用于变量的内存是否会清除?
换句话说,我们可以在会话期满后使用全局变量吗?

Hi friends.
I have a question about session expiration.
does the memory that is for a variable get clear when session expires?
in the other words can we use our global variables after session expiration?
thanks in advanced.

推荐答案


这篇关于会话过期中的可变生存期的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-28 04:23