Why are cookies unrecognized when a link is clicked from an external source (i.e. Excel, Word, etc…)

后端 未结 17 2546
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-11-28 04:39

I noticed that when a link is clicked externally from the web browser, such as from Excel or Word, that my session cookie is initially unrecognized, even if the link opens u

17条回答
  •  一生所求
    2020-11-28 05:01

    1.From excel/word point to http://example.com/from_excel.php

    2.In "from_excel.php" redirect to page where you use session

    
    

提交回复
热议问题