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.
我发现了一些类似的问题,但没有一个是针对我的需求的。
我想在访问优惠券页面的移动设备上设置 cookie。
用户可以随意访问优惠券页面。
他们将被要求让他们的女服务员/收银员或自己在使用优惠券页面上按下兑换按钮。
我希望这个兑换按钮放置一个“x”天的 cookie。此 cookie 将在指定天数内将此用户重定向到“已兑换优惠券”页面。
我如何设置这样的cookie或者我需要使用java还是......?
谢谢大家。