can the access_token of the official account be saved in Session
whether each user"s Session is independent of each other, and each user will get access_token once
where does access_token exist under normal circumstances
can the access_token of the official account be saved in Session
whether each user"s Session is independent of each other, and each user will get access_token once
where does access_token exist under normal circumstances
it's best not to save session. If you have several items on different servers on an official account, access_token will often fail
redis
first of all: according to the appid and appsecret of the platform official account required for the API to obtain access_token, we can see that the access_token is provided by Wechat to the developer to call the Wechat API, and has nothing to do with the user.
sessionaccess_tokensession
access_token (7200s)
https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=APPID&secret=APPSECRET
Previous: The problem of the third parameter of addEventListener
Next: How does php verify that the properties of a class are private? Don't use reflexes.
android cancels the status bar reservation and displays the status bar do you know how Android is implemented without mixed development? ...
put aside the interface that gets the list of users, and other ways to get openid interactively 1. The user sends a message to the official account, which can get openid 2. . is there any other interactive way to get the current user s openid? e...
enter the mobile phone number, the user will receive SMS verification code, but now the situation is a little strange, mobile users are normal, Unicom users will receive two verification codes (different), the interval is about 1 minute, the company tri...