Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我从组件中调用一个变量来获取用户位置:
JRequest::getInt('CS_SESSION_LOCATIONID', null, 'COOKIE');
唯一的麻烦是,在某些情况下,我想从链接重置值。任何人都知道如何清除 CS_SESSION_LOCATIONID ?
我尝试过: clear 和其他各种方法,但似乎找不到方法。我基本上希望创建一个链接,该链接将重定向到索引页面并将用户选择的位置重新设置为空。
任何建议都会很棒。
谢谢。
您是否尝试取消设置($variable)变量?