使用 Javascript 或类似的解决方案保存会话数据

发布于 2024-09-15 21:21:59 字数 385 浏览 2 评论 0原文

基本上我想要实现的是基本的背部能力。用户进入“女孩”列表,其中显示了一个位置屏幕。选择一个位置,然后使用 AJAX 将位置替换为该位置的女孩图像。用户单击特定女孩即可查看她的个人资料。现在,用户想要返回并看看该个人资料中的另一个女孩 - 他必须再次经历位置选择过程。

我想要实现的是使用 javascript 保存用户所在的位置屏幕 - 只需保存容器 div 的全部内容,以便在后退按钮(页面后退按钮,而不是浏览器)被按下。现在我想到的方法是将字符串传递到 php,使用 php 将字符串保存到 flashdata,然后当按下后退按钮时请求该数据。

对于我想要实现的目标,有人有更简单的解决方案吗?您可以访问 www.discreetdelights.co.uk 来查看我想要实现的目标 - 不过请注意,那里有大量成人内容。

Basically what I'm trying to achieve is a basic back capability. User goes into Girls listing, which shows him a location screen. Selects a location, and the locations are replaced by images of girls from that location using AJAX. User clicks on a particular girl to view her profile. Now the user wants to go back and have a look at a different girl from that profile - he'd have to go through the location selection process yet again.

What I would like to achieve is to save the location screen the user was in using javascript - just simply save the whole contents of the container div, for them to be reinserted into the dom when the back button (the in page back button, not browser) is pressed. Now the way I was thinking of doing it is passing the string onto php, saving the string using php to flashdata, and then when back button is pressed requesting that data.

Anyone got any simpler solution for what I'm trying to achieve? You can go on www.discreetdelights.co.uk to see what im trying to achieve - a word of caution though, loads of adult content on there.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

薯片软お妹 2024-09-22 21:21:59

您可以将此数据保存在 cookie 中。

Javascript cookie 函数

You could save this data in a cookie.

Javascript cookie functions

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文