Session verify error is an error caused by session inconsistency.
The server checks whether a URL created on the server side is created by the same session.
This error occurs when session information sent from the client side is different from session information managed by the server.
It might occur also by operation environment factors such as simultaneous operation of intra-mart in two or more tabs with the same browser (or, in two or more windows with the same browser) and Cookie overwritten by some function affecting Cookie.
The following examples of operation may cause the error, although it does not mean they must do.
1. Log in in Tab A.
2. Move to some screen in Tab A.
3. Display the log-in screen or log in in another tab, Tab B.
4. Click a link shown in Tab A.
Session information is saved in Cookie.
Cookie is shared in different tabs by a browser.
Session information is saved in Cookie when a user displays the log-in screen or logs in.
Session information upon log-in in Tab A is overwritten by operation in Tab B and this causes session inconsistency.
Related restrictions
https://www.intra-mart.jp/document/library/iap/public/iap_release_note/texts/limitations/ui.html#limitation-25840
-- Target ------------------------------------------------------------------------
iAP/Accel Platform/All Updates
iWP/Web System Construction Platform/WebPlatform/AppFramework
----------------------------------------------------------------------------------
FAQID:1036
When does Session verify error happen?
![Avatar](https://product.intra-mart.support/system/photos/360843384433/サポート1-4.png)