从 jsp 中删除 session 属性

发布于 2024-10-07 20:42:06 字数 151 浏览 2 评论 0原文

是否可以调用 taglib 来删除某些对象事件(例如 onClick() 等)上的属性,因为现在这些在页面加载时被调用,我不希望这种情况发生,因为用户必须能够看到需要某个属性的报告,并且在呈现报告之前导航到的页面是需要删除该属性的页面。

提前致谢

Is it possible to call taglib to remove the attribute on certain object events like onClick() etc because right now these are getting called when the page is getting loaded,I don't want this to happen as the user has to be able to see a report which will require a attribute as well the page where page where is navigates to before the report is beeen presented is the one where this attribute needs to be removed.

Thanks in advance

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

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

发布评论

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

评论(1

月寒剑心 2024-10-14 20:42:06

您可以发出 ajax 请求 onclick,然后在 servlet 中调用 session.remove()

You can issue an ajax-request onclick, and then, in a servlet, you can call session.remove().

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