download and install Solr from http://lucene.apache.org/solr/.
you can access Solr admin from your browser: http://localhost:8983/solr/
use the port number used in installation.
download and install Solr from http://lucene.apache.org/solr/.
you can access Solr admin from your browser: http://localhost:8983/solr/
use the port number used in installation.
| <% | |
| ' Use with a very short session (basically the page lifecycle, GET then POST) | |
| Class AntiForgeryValidator | |
| Private m_securityToken | |
| Sub SetCookie() | |
| m_securityToken = CreateWindowsGuid() | |
| Response.Cookies("RequestVerificationToken") = m_securityToken |