as I know the only way to avoid session hijacking in https
,but some times we don't want to use it. so I think about alternative way for it.
I explain my way,can it be possible or is it good way?
think we have third part server ( I called it Padra ) ,which give you API to check session and cookies,you will call Padra jt file in your web site views ( session and cookies saved by Padra domain name and you don't have direct access to it,but padra use SSL),then you can check the session and cookies value in server side by calling Padra API.
what do you think about it?