EasyDemo*实现同一用户的不同页面共享数据方法二&三(on Github)

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/qq_36287601/article/details/82559567

一、实现同一用户的不同页面共享数据方法二

1.隐藏表单方法

2.使用方法

3.源码:https://github.com/Way123Ne/ServletAndJsp/tree/master/HiddenFormDemo

二、实现同一用户的不同页面共享数据方法三

1.Session技术

2.使用方法

3.注意点:setMaxInactiveInterval();

4.源码:https://github.com/Way123Ne/ServletAndJsp/tree/master/SessionDemo

猜你喜欢

转载自blog.csdn.net/qq_36287601/article/details/82559567