Mango’s Blog

簡單的幸福

PHP Session使用

自我筆記一下…

開發的過程中,想要從登入系統把Session帶到CMS(Drupal)裡,但是一直失敗…

出現 Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent

一直debug中,發現session_start後,其session都會不見,在我家男人大大大大力協助下,30分鐘搞定我三天弄不出來的session…

Read the rest of PHP Session使用