Can I add cookie with Spring SockJs websocket implementation -


can add custom cookies on websocket in spring sockjs implementation? way can add http request/ response?

forget mention see way read cookie headers :: httpheaders headers= session.gethandshakeheaders(); -but not see way set headers. headers can read cookies -but how set it?

this work-in-progress still, @ time can configure handshakeinterceptor on defaultsockjsservice. gives access request , response before , after handshake.


Comments

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -